home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- * Module to trap ctrl-brk/hardware error and handle them gracefully. *
- * Note the usage of GraphGen.c module is assumed. *
- * *
- * Written by: Gershon Elber Ver 1.1, Mar. 1990 *
- *****************************************************************************/
-
- #ifndef CTRL_BRK_H
- #define CTRL_BRK_H
-
- #ifndef LINE_LEN
- #define LINE_LEN 128
- #endif /* LINE_LEN */
-
- #ifndef TRUE
- #define TRUE 1
- #define FALSE 0
- #endif /* TRUE */
-
- /* And finally the prototypes of the external routines: */
-
- void SetUpCtrlBrk(void);
-
- #endif /* CTRL_BRK_H */
-